home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Electronic Clipper 1998 June
/
Electronic Clipper 1998-06.iso
/
Idea Source®
/
Teaser.Dir
/
00031_Script_31
< prev
next >
Wrap
Text File
|
1998-04-28
|
331b
|
21 lines
on exitFrame
global time
cursor 200
set the loch of sprite 12 to the mouseh
set the locv of sprite 12 to the mousev
updatestage
if the mousedown then
puppetsound(2) "shot"
puppetsound(1) "cheater"
go frame "begin"
else
if the timer < time then go the frame
end if
end